AudioAura – Code Directory README

DIRECTORY STRUCTURE
Code/
|
|--------- WebSite/
|        |---------- Frontend application (React + Vite + TypeScript)
|
|--------- Backend/
|        |---------- Server-side application (Node.js + Express)
|
|--------- README.txt
|--------- Installation Guide.pdf
|--------- User Manual.pdf


DIRECTORY DESCRIPTIONS
WebSite/
Contains the frontend of the application built using React 18 with Vite and TypeScript. This folder includes all user interface components, pages, and client-side logic.
Technologies used:
	- React 18
	- Vite
	- TypeScript
	- motion/react (Framer Motion) for animations and UI transitions
	- recharts for data visualization
	- lucide-react for icons


Backend/
Contains the server-side application built with Node.js and Express. This folder handles API requests, user authentication, and communication with the Spotify Web API and Track Analysis API.
Technologies used:
	- Node.js
	- Express.js
	- express-session for session management
	- cors for cross-origin configuration
	- crypto module for PKCE authentication flow

For setup and execution instructions, refer to the Installation Guide included in this directory.
For application usage instructions, refer to the User Manual.